type go.uber.org/zap.stackFormatter

5 uses

	go.uber.org/zap (current package)
		stacktrace.go#L143: type stackFormatter struct {
		stacktrace.go#L149: func newStackFormatter(b *buffer.Buffer) stackFormatter {
		stacktrace.go#L150: 	return stackFormatter{b: b}
		stacktrace.go#L155: func (sf *stackFormatter) FormatStack(stack *stacktrace) {
		stacktrace.go#L165: func (sf *stackFormatter) FormatFrame(frame runtime.Frame) {